Auto merge of #2713 - sbeckeriv:fix-name-ordering, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 18 May 2016 02:09:43 +0000 (19:09 -0700)
committerbors <bors@rust-lang.org>
Wed, 18 May 2016 02:09:43 +0000 (19:09 -0700)
commit7466f45dc52e3dc98cad35bea7b801a46fa21dc8
tree43ced0d513d6edd0dbbe0e0649ee88b3cd61ddd0
parent42bce5c10c0f63a38b0a8d56f4ae07facd749df1
parentc29be695a13f978a62fa2be1db21fc7a53da7aed
Auto merge of #2713 - sbeckeriv:fix-name-ordering, r=alexcrichton

Correct author order

Dearest Reviewer,

PR #2696 added some new checks for environment variables for author and
email. After the pull request was merged a comment was left about gits
ordering for looking at the variables. This pull request closes #2705 by
reordering the look up and also addeds CARGO_NAME and CARGO_EMAIL to the
top of the order.

Thanks
Becker